[index]
Min Function
Syntax
min (<number list>)
Description
The min function returns the lowest numeric value in a list of numbers.
Notes
If the source of the list is a container with multiple lines or items, min looks only at the first line or item of the container.
Examples
Type the following in the Message Box and press Enter:
min (10, 20, 30)
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.